From 4134aa330d077be6ce4ceaa690e2f407da7fc0f0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sun, 16 Aug 2009 08:46:08 +0100 Subject: [PATCH] gdbstub: Remove noisy message on every gdbstub entry. Signed-off-by: Keir Fraser --- xen/common/gdbstub.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c index a345fa797c..bbffc7c30e 100644 --- a/xen/common/gdbstub.c +++ b/xen/common/gdbstub.c @@ -608,10 +608,6 @@ __trap_to_gdb(struct cpu_user_regs *regs, unsigned long cookie) watchdog_disable(); console_start_sync(); - /* Shouldn't really do this, but otherwise we stop for no - obvious reason, which is Bad */ - printk("Waiting for GDB to attach...\n"); - gdb_arch_enter(regs); gdb_ctx->signum = gdb_arch_signal_num(regs, cookie); -- 2.30.2